home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 5 (Internal Edition) / Apple R&P Lib Internal v5.0.iso / 6-Developer Demos / Developer Demos-Ed. / Macintosh School® CD-ROM Demo / Macintosh SchoolÆ CD-ROM Demo / card_80557.txt < prev    next >
Text File  |  1990-08-14  |  4KB  |  167 lines

  1. -- card: 80557 from stack: in
  2. -- bmap block id: 81250
  3. -- flags: 4000
  4. -- background id: 58558
  5. -- name: School Setup
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 2000
  11. -- rect: left=182 top=43 right=133 bottom=328
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: School Setup
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   lock screen
  23.   pop card into it
  24.   go to card short name of me of background "About"
  25.   unlock screen with iris close
  26. end mouseUp
  27.  
  28.  
  29. -- part 2 (button)
  30. -- low flags: 00
  31. -- high flags: A004
  32. -- rect: left=85 top=181 right=229 bottom=161
  33. -- title width / last selected line: 0
  34. -- icon id / first selected line: 5017 / 5017
  35. -- text alignment: 1
  36. -- font id: 0
  37. -- text size: 12
  38. -- style flags: 0
  39. -- line height: 16
  40. -- part name: Student Details
  41. ----- HyperTalk script -----
  42. on mouseUp
  43.   visual scroll up
  44.   go to card short name of me of this background
  45. end mouseUp
  46.  
  47.  
  48.  
  49. -- part 3 (button)
  50. -- low flags: 00
  51. -- high flags: A004
  52. -- rect: left=218 top=181 right=229 bottom=294
  53. -- title width / last selected line: 0
  54. -- icon id / first selected line: 5018 / 5018
  55. -- text alignment: 1
  56. -- font id: 0
  57. -- text size: 12
  58. -- style flags: 0
  59. -- line height: 16
  60. -- part name: Teacher Details
  61. ----- HyperTalk script -----
  62. on mouseUp
  63.   visual scroll up
  64.   go to card short name of me of this background
  65. end mouseUp
  66.  
  67.  
  68.  
  69. -- part 4 (button)
  70. -- low flags: 00
  71. -- high flags: A004
  72. -- rect: left=350 top=181 right=229 bottom=426
  73. -- title width / last selected line: 0
  74. -- icon id / first selected line: 5005 / 5005
  75. -- text alignment: 1
  76. -- font id: 0
  77. -- text size: 12
  78. -- style flags: 0
  79. -- line height: 16
  80. -- part name: Course Details
  81. ----- HyperTalk script -----
  82. on mouseUp
  83.   visual scroll up
  84.   go to card short name of me of this background
  85. end mouseUp
  86.  
  87.  
  88.  
  89. -- part 5 (button)
  90. -- low flags: 00
  91. -- high flags: A004
  92. -- rect: left=15 top=272 right=320 bottom=91
  93. -- title width / last selected line: 0
  94. -- icon id / first selected line: 5015 / 5015
  95. -- text alignment: 1
  96. -- font id: 0
  97. -- text size: 12
  98. -- style flags: 0
  99. -- line height: 16
  100. -- part name: CSL Scheduler
  101. ----- HyperTalk script -----
  102. on mouseUp
  103.   visual scroll up
  104.   go to card short name of me of this background
  105. end mouseUp
  106.  
  107.  
  108.  
  109. -- part 6 (button)
  110. -- low flags: 00
  111. -- high flags: A004
  112. -- rect: left=150 top=272 right=320 bottom=226
  113. -- title width / last selected line: 0
  114. -- icon id / first selected line: 5012 / 5012
  115. -- text alignment: 1
  116. -- font id: 0
  117. -- text size: 12
  118. -- style flags: 0
  119. -- line height: 16
  120. -- part name: Report Cards
  121. ----- HyperTalk script -----
  122. on mouseUp
  123.   visual scroll up
  124.   go to card short name of me of this background
  125. end mouseUp
  126.  
  127.  
  128.  
  129. -- part 7 (button)
  130. -- low flags: 00
  131. -- high flags: A004
  132. -- rect: left=285 top=272 right=320 bottom=361
  133. -- title width / last selected line: 0
  134. -- icon id / first selected line: 5002 / 5002
  135. -- text alignment: 1
  136. -- font id: 0
  137. -- text size: 12
  138. -- style flags: 0
  139. -- line height: 16
  140. -- part name: CSL Attendance
  141. ----- HyperTalk script -----
  142. on mouseUp
  143.   visual scroll up
  144.   go to card short name of me of this background
  145. end mouseUp
  146.  
  147.  
  148.  
  149. -- part 8 (button)
  150. -- low flags: 00
  151. -- high flags: A004
  152. -- rect: left=420 top=272 right=320 bottom=496
  153. -- title width / last selected line: 0
  154. -- icon id / first selected line: 5013 / 5013
  155. -- text alignment: 1
  156. -- font id: 0
  157. -- text size: 12
  158. -- style flags: 0
  159. -- line height: 16
  160. -- part name: Report Manager
  161. ----- HyperTalk script -----
  162. on mouseUp
  163.   visual scroll up
  164.   go to card short name of me of this background
  165. end mouseUp
  166.  
  167.